← Index
NYTProf Performance Profile   
For /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/bin/perlcritic
  Run on Sat Mar 19 22:12:22 2016
Reported on Sat Mar 19 22:14:12 2016

Filename(eval 288)[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Class/Tiny.pm:56]
StatementsExecuted 4 statements in 9µs
Eval Invoked At/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Class/Tiny.pm line 56
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1117µs134µsPath::IsDev::Object::::set_modulePath::IsDev::Object::set_module
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
149µs1127µs
# spent 134µs (7+127) within Path::IsDev::Object::set_module which was called: # once (7µs+127µs) by Path::IsDev::Object::__ANON__[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Path/IsDev/Object.pm:74] at line 73 of Path/IsDev/Object.pm
package Path::IsDev::Object; my $default=$outer_default; sub set_module { if (@_ == 1) {if ( !exists $_[0]{set_module} ) { $_[0]{set_module} = $default->($_[0]) }return $_[0]{set_module} } else { return $_[0]{set_module}=$_[1] } }
2;